<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*å…¬å…±æ&nbsp;·å¼*/
/*html,body{width: 100%;height: 100%;font-family: "microsoft yahei";overflow-x: hidden;overflow-y: auto;-webkit-overflow-scrolling : touch;}*/
*,body,html,dl,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,form,header,section,article,footer,td,th{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%}
a{text-decoration:none;outline: none;}
a:hover{text-decoration:none;text-underline: none;}
img{border:0}
ul,li{list-style: none;}
i{font-style: normal;}
table{border-collapse:collapse;border-spacing:0}
button{cursor: pointer;}
input,select,button,a,textarea{border: 0;outline: none;-webkit-tap-highlight-color:rgba(0,0,0,0);}
input:-moz-placeholder{color: #c9c9c9;}
input:-ms-input-placeholder{color: #c9c9c9;}
input::-webkit-input-placeholder{color: #c9c9c9;}
/*å…¬å…±æ&nbsp;·å¼ç»“æŸ*/
.body-box{width:100%;margin:100px auto;background: #fff;}

.timer-shaft-box{width:100%;padding:30px 40px;box-sizing: border-box;}
.timer-shaft{position:relative;width:100%;height:80px;overflow: hidden;}
.timer-left{position:absolute;top:50%;left:0px;z-index:9;width:15px;height:37px;margin-top:-11.5px;background: url(../images/icon_left.png) no-repeat;background-size: 100%;cursor:pointer;}
.timer-right{position:absolute;top:50%;right:0px;z-index:9;width:15px;height:37px;margin-top:-11.5px;background: url(../images/icon_right.png) no-repeat;background-size: 100%;cursor:pointer;}
.timer-scale{position:absolute;top:0;left:0;height:80px;padding-left: 25px;font-size: 0;white-space: nowrap;}
.timer-scale-cont{display:inline-block;height:100%;line-height:80px;}
.time-circle{display:inline-block;vertical-align:middle;width:21px;height:19px;line-height: 60px;text-align: center;font-size:18px;color:#fff;background-image: url(../images/icon_circle2.png);transition: all .3s;cursor:pointer;}
.timer-scale-cont.hov .time-circle{width:21px;height:19px;line-height: 80px;font-size:24px;background-image: url(../images/icon_circle.png)}
.line-scale{display:inline-block;vertical-align:middle;width:65px;height:28.5px;margin:0 0px;background: url(../images/icon_scale.png) no-repeat;background-size: cover;}

.timer-shaft-content{width:100%;margin-top:45px;overflow: hidden;font-size:0;box-sizing:border-box;white-space: nowrap;min-height: 500px;}
.shaft-detail-cont{display: none;width:100%;}
.timer-year{font-weight:400;color:#333;font-size:0;text-align: left;}
.icon-year{display: inline-block;vertical-align:middle;width:33px;height:40px;background: url(../images/icon_sign.png) no-repeat;background-size: cover;}
.timer-year span{display: inline-block;vertical-align:middle;font-size:36px;}
.month-detail-box{position:relative;width:100%;min-height:93px;padding-top:30px;font-size:0;box-sizing: border-box;white-space: normal;text-align:left;}
.month-detail-box:before{content: '';position:absolute;top:0;left:36.5px;height:100%;border-right:0px dashed #ff8d3d;}
.month-detail-box .month-title{position:absolute;font-size:24px;font-weight: 400;color:#333;/*display: none;*/}
/*.month-detail-box .month-title:before{content: '';position:absolute;top:50%;left:750%;width:21px;height:19px;margin-top:-6.5px;background: url(../images/icon_circle.png) no-repeat;background-size: cover;}*/
.incident-record{display:inline-block;padding-left:30%;line-height:2;font-size:18px;color:#333;text-align: left;}
.incident-record a{font-size:14px;color:#1d69a3;}

.timer-scale-cont span{color: #000;margin-left: -20px;position: absolute;top: -23px}
.timer-scale-cont.hov span{color: #116394;margin-left: -28px;position: absolute;top: -30px}


.month-title img{width: 200px;position: absolute;top: 17px;left: 55px;}
.incident-record img{position: absolute;margin: 9px 0 0 -45px;}</pre></body></html>